Skip to content

3289 harvest via oai pmh of rein d space fails#3321

Merged
lbownik merged 34 commits into
developfrom
3289_Harvest_via_OAI_PMH_of_REIN_DSpace_fails
Jul 6, 2026
Merged

3289 harvest via oai pmh of rein d space fails#3321
lbownik merged 34 commits into
developfrom
3289_Harvest_via_OAI_PMH_of_REIN_DSpace_fails

Conversation

@lbownik

@lbownik lbownik commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@lbownik lbownik requested a review from rscipien July 2, 2026 11:16
if(this.protocol == null || this.authority == null || this.identifier == null) {
return "";
} else if(HTTP_PROTOCOL.equals(this.protocol) || HTTPS_PROTOCOL.equals(this.protocol)) {
return this.protocol + ':' + this.protocol + "://" + this.authority + this.identifier;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two time this.protocol this was intended?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes - we have the following global id types: "doi", "hdl" "http" and "https"
in case of doi the string representation shall be
doi:blabla
in case of hdl the string represenation shall be
hdl:blablabla
so in case of http the string representation shall be
http:http://blablabalaba
ans in case of https the string respresentation shall be
htttps:https://blablabla

@rscipien rscipien assigned lbownik and unassigned rscipien Jul 3, 2026
@lbownik lbownik assigned rscipien and unassigned lbownik Jul 5, 2026
@lbownik lbownik requested a review from rscipien July 5, 2026 09:40
@rscipien rscipien assigned lbownik and unassigned rscipien Jul 6, 2026
@lbownik lbownik merged commit 1ae3ea2 into develop Jul 6, 2026
1 check passed
@lbownik lbownik deleted the 3289_Harvest_via_OAI_PMH_of_REIN_DSpace_fails branch July 6, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants